Changes between Initial Version and Version 1 of Ticket #675, comment 6


Ignore:
Timestamp:
12/03/14 06:23:30 (9 years ago)
Author:
bin tom

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #675, comment 6

    initial v1  
    1 In okhttp it set INITIAL_WINDOW_SIZE
    2 
    3 okHttpSettings.set(Settings.INITIAL_WINDOW_SIZE, 0, 16 * 1024 * 1024);
    4 
    5 In nginx is 65536 ,so okhttp do not send windowUpdate ,and so nginx send a bad frame
    61