Searched refs:HTTP_BAD_REQUEST (Results 1 – 8 of 8) sorted by relevance
249 case HTTP_BAD_REQUEST: in http_put_reply_code()520 return HTTP_BAD_REQUEST; in web_process_put_message()554 return HTTP_BAD_REQUEST; in web_process_put_message()1042 ret = HTTP_BAD_REQUEST; in web_connection_parse_subscribe()1090 ret = HTTP_BAD_REQUEST; in web_connection_parse_subscribe()1097 ret = HTTP_BAD_REQUEST; in web_connection_parse_subscribe()1112 ret = HTTP_BAD_REQUEST; in web_connection_parse_subscribe()1259 ret = HTTP_BAD_REQUEST; in web_connection_parse_unsubscribe()1266 ret = HTTP_BAD_REQUEST; in web_connection_parse_unsubscribe()1276 ret = HTTP_BAD_REQUEST; in web_connection_parse_unsubscribe()[all …]
16 HTTP_BAD_REQUEST = 400, enumerator
156 && response.getResponse().code() >= HTTP_BAD_REQUEST) { in getErrorStream()254 if (getResponseCode() >= HTTP_BAD_REQUEST) { in getInputStream()
152 && response.getResponse().code() >= HTTP_BAD_REQUEST) { in getErrorStream()250 if (getResponseCode() >= HTTP_BAD_REQUEST) { in getInputStream()
279 case HttpURLConnection.HTTP_BAD_REQUEST: // 400 in httpStatusToGrpcCode()
314 # define HTTP_BAD_REQUEST HTTP_STATUS_BAD_REQUEST macro
1757 InputStream in = httpConnection.getResponseCode() < HttpURLConnection.HTTP_BAD_REQUEST in readAscii()
1810 InputStream in = httpConnection.getResponseCode() < HttpURLConnection.HTTP_BAD_REQUEST in readAscii()