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


Ignore:
Timestamp:
12/03/14 08:00:54 (9 years ago)
Author:
bin tom

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #675, comment 3

    initial v1  
    1 I add some debug on okhttp found nginx last frame is
    2 
    3 十二月 03, 2014 11:43:19 上午 com.squareup.okhttp.internal.spdy.Spdy3$Reader nextFrame
    4 信息: streamId:65 flags:0 length:1184
    5 
    6 content-length in  header is 2011 so okhttp halt
    7 
    8 so my question is why last frame is flag = 0 ,and do not send the 2011 - 1184 data
    9 
    10 
    11 OkHttp-Selected-Protocol: spdy/3.1
    12 server: nginx/1.7.7
    13 date: Wed, 03 Dec 2014 03:43:16 GMT
    14 content-type: application/octet-stream
    15 content-length: 2011
    16 last-modified: Thu, 27 Nov 2014 08:55:40 GMT
    17 etag: "5476e70c-7db"
    18 alternate-protocol: 8443:npn-spdy/3.1
    19 accept-ranges: bytes
    20 OkHttp-Sent-Millis: 1417578199109
    21 OkHttp-Received-Millis: 1417578199288
    22 
    23 
    24 
    25 The okhttp ignore flags = 0