CocoaSPDY icon indicating copy to clipboard operation
CocoaSPDY copied to clipboard

SPDY for iOS and OS X

Results 22 CocoaSPDY issues
Sort by recently updated
recently updated
newest added

during unit-testing with the thread-sanitizer on, setLoggerLevel: was flagged unnecessarily as a potential data-race. __sharedLoggerLevel is already marked volatile, and the location of the data race indicated was a debug...

This changeset introduces support for SPDY Push by utilizing a new delegate on `SPDYSession`. Closes #1 This is a focused subset of the larger changes that we have been maintaining...

The NSURL loading system has subtle and poorly documented behavior regarding caching. CocoaSPDY was not doing the right thing, thus there was no support for NSURLCache in the protocol. This...

sendWindowSize was never updated with new stream.windowSize value

The connectedMs field in the metadata is the time the request started relative to the time the connection started. Because we dispatch the first request into the socket and THEN...

enhancement

Server set window size is 2^31-1 for speed , so server don't send window update, and setting feedback wind size。 in code , _initialSendWindowSize is update in SPDYSession.m , _sessionSendWindowSize...

Hello, We've started discussion here https://github.com/twitter/CocoaSPDY/pull/85, but there was no answer so I decided to open an issue. There is a function: ``` (void)didReadWindowUpdateFrame:(SPDYWindowUpdateFrame )windowUpdateFrame frameDecoder:(SPDYFrameDecoder *)frameDecoder { /* SPDY...

Right now we do a ping at the very beginning and store that value for the life of the connection. We should update it "periodically", but first have to define...

enhancement

like 353: Inflation failed. Aborting. Frame 655: 648 bytes on wire (5184 bits), 648 bytes captured (5184 bits) on interface 0 Raw packet data Internet Protocol Version 4, Src: 119.167.232.102,...