]> git.ipfire.org Git - thirdparty/freeswitch.git/commit
FS-11721 fix send empty message
authorSeven Du <dujinfang@x-y-t.cn>
Wed, 24 Apr 2019 09:52:58 +0000 (17:52 +0800)
committerAndrey Volk <andywolk@gmail.com>
Wed, 17 Jul 2019 19:26:12 +0000 (23:26 +0400)
commitfe53318ef472eed97f573755d50a5b97f9db2e20
treea53d23bbf78ec10dfebc17767834ea7e7361ca29
parent23e050618dd8ecd574585c67fe748c7f69bd79b3
FS-11721 fix send empty message

A request with no body MUST NOT include a Content-Type or any other
MIME-specific header fields.  A request without a body MUST contain
an end-line after the final header field.  No extra CRLF will be
present between the header section and the end-line.
src/switch_msrp.c