https://bz.apache.org/bugzilla/show_bug.cgi?id=58929
--- Comment #1 from Michael Kaufmann <[email protected]> --- I suspect that the bug is this "early return" in protocol.c / read_request_line(): if (r->status != HTTP_OK) { return 0; } r->proto_num and r->protocol are not initialized in this case. This change has been introduced in r1710095. -- 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]
