- add support for If-Range header
authorMichael Wallner <mike@php.net>
Thu, 16 Feb 2006 17:49:54 +0000 (17:49 +0000)
committerMichael Wallner <mike@php.net>
Thu, 16 Feb 2006 17:49:54 +0000 (17:49 +0000)
commit5685b2140c8948fe617766ce154bb7462729ea6f
treed76e5a8dad37f56c9b9b8e8813ee4ba4e61c7d78
parentb22d34f60b6694a8fed24cff66a28fd638309928
- add support for If-Range header
- fix cases where 412 Precondition failed should be generated
http_send_api.c
package2.xml
php_http.h
phpstr/phpstr.c
phpstr/phpstr.h
tests/send_failed_precond_001.phpt [new file with mode: 0644]
tests/send_failed_precond_002.phpt [new file with mode: 0644]
tests/send_ifrange_001.phpt [new file with mode: 0644]
tests/send_ifrange_002.phpt [new file with mode: 0644]
tests/send_ifrange_003.phpt [new file with mode: 0644]
tests/send_ifrange_004.phpt [new file with mode: 0644]