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

Having the number of server and client streams be limited separately using SETTINGS_MAX_CONCURRENT_STREAMS #23

Closed tatsuhiro-t closed 12 years ago

tatsuhiro-t commented 12 years ago

Follow https://groups.google.com/forum/?fromgroups#!topic/spdy-dev/iEruRiZWtl4 Currently spdylay considers the sum of server and client streams as the number of stream and compares it to the minimum value of SETTINGS_MAX_CONCURRENT_STREAMS when both sides send it.

tatsuhiro-t commented 12 years ago

Fixed in 02e4440