Changes between Initial Version and Version 1 of Ticket #675, comment 6
- Timestamp:
- 12/03/14 06:23:30 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #675, comment 6
initial v1 1 In okhttp it set INITIAL_WINDOW_SIZE2 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 frame6 1