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
// List of headers that may appear only once in a request; i.e. is not a list of values.
63
60
// Taken from https://github.com/apache/httpcomponents-client/blob/81c1bc4dc3ca5a3134c5c60e8beff08be2fd8792/httpclient5-cache/src/test/java/org/apache/hc/client5/http/impl/cache/HttpTestUtils.java#L69-L85 with modifications:
64
61
// removed: accept-ranges, if-match, if-none-match, vary since it looks like they're defined as lists
@@ -335,10 +332,27 @@ public static boolean isSingleHeader(String h) {
0 commit comments