mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine code for #277, the copy first param is the dest.
This commit is contained in:
parent
c695a8fcbd
commit
bfff8413b6
3 changed files with 4 additions and 4 deletions
|
@ -217,7 +217,7 @@ protected:
|
|||
/**
|
||||
* copy the fs to response writer in size bytes.
|
||||
*/
|
||||
virtual int copy(SrsFileReader* fs, ISrsGoHttpResponseWriter* w, SrsHttpMessage* r, int size);
|
||||
virtual int copy(ISrsGoHttpResponseWriter* w, SrsFileReader* fs, SrsHttpMessage* r, int size);
|
||||
};
|
||||
|
||||
// the mux entry for server mux.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue