1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-26 19:01:35 +03:00
Ryan Bloom c27033df76 Implement a length argument on input filters. There are three possible
values for the length, -1, 0, and a positive number.  -1 means that the
next filter should return all the data it has, the current filter will
take care to ensure that the protocol is followed.  Most filters will
never use this, because it implies they are implementing a conn_based
input filter.  0 means give me exactly one line of data.  A positive
number means give me a maximum of n bytes.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86567 13f79535-47bb-0310-9956-ffa450edef68
2000-10-12 16:35:39 +00:00
2000-10-11 17:59:23 +00:00
1999-08-26 06:23:55 +00:00
1999-08-15 21:55:19 +00:00
2000-03-28 08:30:20 +00:00
Description
Веб-сервер Apache
Multiple Licenses 475 MiB
Languages
C 90.7%
Python 5.5%
M4 1%
Shell 0.9%
CMake 0.4%
Other 1.2%