https://bz.apache.org/bugzilla/show_bug.cgi?id=64598

--- Comment #1 from Petr Gajdos <[email protected]> ---
(gdb) frame 1
#1  0x00007ffff4838e4f in uwsgi_send_headers (r=0x55555599ac20,
conn=0x55555599ec40) at mod_proxy_uwsgi.c:178
178             headerlen += 2 + strlen(env[j].key) + 2 + strlen(env[j].val);
(gdb) p env[j]
$6 = {key = 0x7ffff59d78d8 "H2_STREAM_ID", val = 0x0, key_checksum =
1209163603}
(gdb)

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to