Updates:
Status: Assigned
Owner:
jgraetti...@chromium.org
Labels: Cr-Internals-Network-SPDY
Comment #9 on issue 373811 by
cben...@chromium.org: chrome fires random
jgraettinger: See event 39960 in the net-internals log from comment #3
This is all over SPDY to a twitter server.
In that case we do a very large post, get a 200 response from the server,
but then there is a SPDY_STREAM_ERROR when reading the response body.
t=37889 [st=13846] +HTTP_TRANSACTION_READ_BODY [dt=1]
t=37890 [st=13847] SPDY_STREAM_UPDATE_RECV_WINDOW
--> delta = -218
--> stream_id = 3
--> window_size = 10485542
t=37890 [st=13847] SPDY_STREAM_ERROR
--> description = "ABANDONED (stream_id=3):
https://ton-stg.smf1.twitter.com/i/upload.iframe"
--> status = -100
--> stream_id = 3
t=37890 [st=13847] -HTTP_TRANSACTION_READ_BODY
--> net_error = -100 (ERR_CONNECTION_CLOSED)
t=37890 [st=13847] FAILED
--> net_error = -100 (ERR_CONNECTION_CLOSED)
t=37890 [st=13847] -REQUEST_ALIVE
--> net_error = -100 (ERR_CONNECTION_CLOSED)
It's possible this is a SPDY server bug on Twitter's end, although I would
expect the same behavior in FF if that is the case (not Safari since it
doesn't speak SPDY).