mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +00:00
Remove empty line.
This commit is contained in:
parent
3f6a2871b0
commit
68ad006b73
1 changed files with 0 additions and 1 deletions
|
@ -810,7 +810,6 @@ srs_error_t SrsGoApiSdp::serve_http(ISrsHttpResponseWriter* w, ISrsHttpMessage*
|
|||
if ((err = do_serve_http(w, r, res)) != srs_success) {
|
||||
srs_warn("RTC error %s", srs_error_desc(err).c_str()); srs_freep(err);
|
||||
return srs_api_response_code(w, r, SRS_CONSTS_HTTP_BadRequest);
|
||||
|
||||
}
|
||||
|
||||
return srs_api_response(w, r, res->dumps());
|
||||
|
|
Loading…
Reference in a new issue