853 |
free(encoding); |
free(encoding); |
854 |
Stream_delete(input_stream); |
Stream_delete(input_stream); |
855 |
if (result == JSCOVERAGE_ERROR_ENCODING_NOT_SUPPORTED) { |
if (result == JSCOVERAGE_ERROR_ENCODING_NOT_SUPPORTED) { |
856 |
send_response(client_exchange, 502, "Encoding not supported\n"); |
send_response(client_exchange, 500, "Encoding not supported\n"); |
857 |
goto done; |
goto done; |
858 |
} |
} |
859 |
else if (result == JSCOVERAGE_ERROR_INVALID_BYTE_SEQUENCE) { |
else if (result == JSCOVERAGE_ERROR_INVALID_BYTE_SEQUENCE) { |