1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-13 21:42:17 +03:00
Files
apache/include
Yann Ylavic 5738365023 http: add ap_fgetline() and AP_GETLINE_NONBLOCK flag.
It allows to read a line directly from an input filter, in blocking mode
or not. Since no request_rec is needed, a pool may be given.

Existing ap_[r]getline() function are now based off ap_fgetline() by calling:
    ap_fgetline(s, n, read, r->proto_input_filters, flags, bb, r->pool);

Will follow up with a new ap_get_mime_headers_*() flavor which can be used by
any filter that needs non-blocking and not necessarily has a request_rec (e.g.
ap_http_filter() to read proxied response trailers).



git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1829659 13f79535-47bb-0310-9956-ffa450edef68
2018-04-20 14:30:19 +00:00
..
2006-07-11 20:33:53 +00:00
2016-05-30 20:19:41 +00:00
2018-01-04 15:15:21 +00:00
2012-02-10 22:45:48 +00:00
2011-11-13 00:20:32 +00:00
2011-11-14 21:39:19 +00:00
2011-11-13 00:20:32 +00:00
2011-11-13 00:20:32 +00:00
2018-03-24 20:05:19 +00:00
2018-02-01 12:37:51 +00:00
2017-09-21 09:20:14 +00:00
2014-07-19 08:35:51 +00:00
2014-07-16 22:09:39 +00:00
2014-07-17 21:36:02 +00:00
2014-07-16 22:22:49 +00:00