1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add contributors to api/v1/authors

This commit is contained in:
winlin 2014-04-03 13:48:52 +08:00
parent 9d5abbd9a6
commit 4a40075f68
7 changed files with 66 additions and 12 deletions

View file

@ -445,9 +445,6 @@ int SrsHttpParser::parse_message_imp(SrsSocket* skt)
// check header size.
if (msg->is_complete()) {
srs_trace("http request parsed, method=%d, url=%s, content-length=%"PRId64"",
msg->method(), msg->url().c_str(), msg->content_length());
return ret;
}
@ -579,7 +576,7 @@ int SrsHttpUri::initialize(std::string _url)
srs_info("parse url %s success", purl);
query = get_uri_field(url, &hp_u, UF_QUERY);
srs_trace("parse query %s success", purl);
srs_info("parse query %s success", query);
return ret;
}