twitter-archive / CocoaSPDY

SPDY for iOS and OS X
Apache License 2.0
2.39k stars 233 forks source link

Gracefully handle multiple ":status" headers #159

Closed kgoodier closed 7 years ago

kgoodier commented 7 years ago

The server should never return multiple ":status" header values, but if it does happen, we should abort the response rather than crash. This seems better than arbitrariliy choosing the first value and continuing on.

NSProgrammer commented 7 years ago

+2