mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
mod_http2: slave connections are reused
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735416 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -494,9 +494,6 @@ apr_status_t h2_util_move(apr_bucket_brigade *to, apr_bucket_brigade *from,
|
||||
if (APR_BUCKET_IS_EOS(b)) {
|
||||
APR_BRIGADE_INSERT_TAIL(to, apr_bucket_eos_create(to->bucket_alloc));
|
||||
}
|
||||
else if (APR_BUCKET_IS_FLUSH(b)) {
|
||||
APR_BRIGADE_INSERT_TAIL(to, apr_bucket_flush_create(to->bucket_alloc));
|
||||
}
|
||||
else {
|
||||
/* ignore */
|
||||
}
|
||||
|
Reference in New Issue
Block a user