Really remove the old ap_filter_input_pending() handling forgotten by r1892740.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1892851 13f79535-47bb-0310-9956-
ffa450edef68
scheme, out->name);
add_pollset(pollset, in->pfd, APR_POLLIN);
- /* Flush any pending input data now, we don't know when
- * the next POLLIN will trigger and retaining data might
- * block the protocol.
- */
- if (ap_filter_input_pending(in->c) == OK) {
- rc = proxy_tunnel_forward(tunnel, in);
- if (rc != OK) {
- return rc;
- }
- }
-
/* Flush any pending input data now, we don't know when
* the next POLLIN will trigger and retaining data might
* deadlock the underlying protocol. We don't check for