bug6271-related 392 B

123456
  1. o Minor bugfixes (spec conformance):
  2. - Reject EXTEND cells sent to nonexistent streams. According to the
  3. spec, an EXTEND cell sent to _any_ nonzero stream ID is invalid, but
  4. we were only checking for stream IDs that were currenty in use.
  5. Found while hunting for more instances of bug 6271. Bugfix on
  6. 0.0.2pre8, which introduced incremental circuit construction.