Lines Matching refs:body
2 FPM: Test URIs are not excluded from access log when there is a request body
15 $body = str_repeat('a', 100);
50 // Should not suppress POST with no body
57 // Should not suppress POST with body
60 stdin: $body
64 // Should not suppress GET with body
68 stdin: $body
72 // Should suppress GET with no body
78 // Should not suppress GET with no body but incorrect content length
85 // Should suppress GET with body but 0 content length (no stdin readable)
89 stdin: $body