mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 11:54:21 +08:00
Fix bug when the value of http header is empty. (#2888). v4.0.237
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user