mirror of
https://github.com/ossrs/srs.git
synced 2025-02-15 04:42:04 +00:00
Fix bug when the value of http header is empty. (#2888). v4.0.237
This commit is contained in:
parent
290c3b95a5
commit
dcf565bba1
2 changed files with 2 additions and 1 deletions
|
@ -8,6 +8,7 @@ The changelog for SRS.
|
|||
|
||||
## SRS 4.0 Changelog
|
||||
|
||||
* v4.0, 2022-02-03, Merge [#2888](https://github.com/ossrs/srs/pull/2888): Fix bug when the value of http header is empty. (#2888). v4.0.237
|
||||
* v4.0, 2022-01-30, Refine docker console, preview by players at the same server. v4.0.236
|
||||
* v4.0, 2022-01-30, For docker, always use the console for logging. v4.0.235
|
||||
* v4.0, 2022-01-29, Merge [#2896](https://github.com/ossrs/srs/pull/2896): SRT: Reduce the SRT bug by limit the max times for retry. (#2896). v4.0.234
|
||||
|
|
|
@ -9,6 +9,6 @@
|
|||
|
||||
#define VERSION_MAJOR 4
|
||||
#define VERSION_MINOR 0
|
||||
#define VERSION_REVISION 236
|
||||
#define VERSION_REVISION 237
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue