tatsuhiro-t / spdylay

The experimental SPDY protocol version 2, 3 and 3.1 implementation in C
http://tatsuhiro-t.github.io/spdylay/
MIT License
603 stars 102 forks source link

Ordering of required headers #24

Closed tatsuhiro-t closed 11 years ago

tatsuhiro-t commented 12 years ago

Follow https://groups.google.com/forum/?fromgroups#!topic/spdy-dev/DsNvCh7TC_E The current implementation of spdylay is just sort the headers alphabetically.

tatsuhiro-t commented 11 years ago

Closing, since I have no plan to do this for the time being.