You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I upgraded to the latest HTTP Apache client, I began getting false positives on the http-request multipart tests. The problem is that the updated library sends Accept-Encoding headers that change the results but aren't actually relevant to the test.
Adding a filter step to remove the headers would focus the tests more explicitly.
The text was updated successfully, but these errors were encountered:
When I upgraded to the latest HTTP Apache client, I began getting false positives on the http-request multipart tests. The problem is that the updated library sends Accept-Encoding headers that change the results but aren't actually relevant to the test.
Adding a filter step to remove the headers would focus the tests more explicitly.
The text was updated successfully, but these errors were encountered: