Bug report for Apache httpd-2 [2020/02/23]

2020-02-22 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

POC: Allowing ap_process_connection() to return EAGAIN

2020-02-22 Thread Graham Leggett
Hi all, I’ve put together a proof of concept as to how ap_process_connection() might be able to return EAGAIN (or AGAIN in this case). The idea is that ap_process_connection() can return AGAIN at any time, and if so, we’ll jump ahead to where we left off and run the hook again. This way the