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

for #405, improve the http flv to 3k. 2.0.170

This commit is contained in:
winlin 2015-05-24 23:29:17 +08:00
parent 8a9dbaefb7
commit 4df19ba99a
4 changed files with 14 additions and 3 deletions

View file

@ -85,7 +85,10 @@ class SrsHttpResponseWriter : public ISrsHttpResponseWriter
private:
SrsStSocket* skt;
SrsHttpHeader* hdr;
private:
char header_cache[SRS_HTTP_HEADER_CACHE_SIZE];
iovec* iovss_cache;
int nb_iovss_cache;
private:
// reply header has been (logically) written
bool header_wrote;