- fix request errors hidden under the hood of the request pool
authorMichael Wallner <mike@php.net>
Fri, 28 Oct 2005 10:51:11 +0000 (10:51 +0000)
committerMichael Wallner <mike@php.net>
Fri, 28 Oct 2005 10:51:11 +0000 (10:51 +0000)
commitf0d2eafadc9967abd53546c6b7f395ce095255e9
tree4aa8e3b71c0d0baecb418f673502ad2592f338e2
parentcc85d45513bc32669f3ed26601f80ce7d27eb3a1
- fix request errors hidden under the hood of the request pool
- smarter chunked decoder
- add exhaustive HttpRequestPool test
- add two tests for truncated chunked encoded data
http_encoding_api.c
http_request_pool_api.c
package.xml
package2.xml
tests/HttpRequestPool_003.phpt [new file with mode: 0644]
tests/chunked_decode_003.phpt [new file with mode: 0644]
tests/chunked_decode_004.phpt [new file with mode: 0644]