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:
parent
8a9dbaefb7
commit
4df19ba99a
4 changed files with 14 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue