1016 |
Stream_delete(input_stream); |
Stream_delete(input_stream); |
1017 |
|
|
1018 |
if (result == JSCOVERAGE_ERROR_ENCODING_NOT_SUPPORTED) { |
if (result == JSCOVERAGE_ERROR_ENCODING_NOT_SUPPORTED) { |
|
free(characters); |
|
1019 |
send_response(exchange, 500, "Encoding not supported\n"); |
send_response(exchange, 500, "Encoding not supported\n"); |
1020 |
goto done; |
goto done; |
1021 |
} |
} |
1022 |
else if (result == JSCOVERAGE_ERROR_INVALID_BYTE_SEQUENCE) { |
else if (result == JSCOVERAGE_ERROR_INVALID_BYTE_SEQUENCE) { |
|
free(characters); |
|
1023 |
send_response(exchange, 500, "Error decoding JavaScript file\n"); |
send_response(exchange, 500, "Error decoding JavaScript file\n"); |
1024 |
goto done; |
goto done; |
1025 |
} |
} |