OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTP_CONTINUE
(Results
1 - 2
of
2
) sorted by null
/external/okhttp/src/main/java/com/squareup/okhttp/internal/http/
HttpEngine.java
89
public static final int
HTTP_CONTINUE
= 100;
486
if ((responseCode <
HTTP_CONTINUE
|| responseCode >= 200)
RawHeaders.java
310
} while (headers.getResponseCode() == HttpEngine.
HTTP_CONTINUE
);
Completed in 769 milliseconds