Details
-
Improvement
-
Status: In Progress
-
Major
-
Resolution: Unresolved
-
None
-
None
Description
We added support for HTTP request streaming in libprocess as part of MESOS-6466. However, this broke a few tests that relied on HTTP request filtering since the handlers no longer have access to the body of the request when visit() is invoked. We would need to revisit how we do HTTP request filtering and then re-enable these tests.