mirror of
https://github.com/apache/httpd.git
synced 2025-08-16 17:04:42 +00:00
b18a907dadf6608a79676b2f4f1140280747d310

doing the right thing. Brian Havard implemented buffering for ap_fgets() on Win32 recently; OS/2 had it already. This provides it for Unix. changes to ap_read(), ap_getc(), ap_fgets() for Unix: 1) this fixes a problem in where ap_open() where a lock is created for non-buffered files 2) this fixes problems setting rv correctly in the ap_read() buffered path 3) since ap_read() works as expected, it is possible to make ap_getc() and ap_fgets() even smaller 4) ap_fgets() no longer cares about '\r' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85586 13f79535-47bb-0310-9956-ffa450edef68
…
…
…
…
…
…
…
…
…
…
…
…
Description
Languages
C
90.7%
Python
5.5%
M4
1%
Shell
0.9%
CMake
0.4%
Other
1.2%