mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
On the trunk:
mod_http2: input buffering and dynamic flow windows for increased throughput. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1788981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -430,8 +430,8 @@ do { \
|
||||
const char *line = "(null)"; \
|
||||
apr_size_t len, bmax = sizeof(buffer)/sizeof(buffer[0]); \
|
||||
len = h2_util_bb_print(buffer, bmax, (tag), "", (bb)); \
|
||||
ap_log_cerror(APLOG_MARK, level, 0, (c), "bb_dump(%s): %s", \
|
||||
(c)->log_id, (len? buffer : line)); \
|
||||
ap_log_cerror(APLOG_MARK, level, 0, (c), "bb_dump(%ld): %s", \
|
||||
((c)->master? (c)->master->id : (c)->id), (len? buffer : line)); \
|
||||
} while(0)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user