Skip to content

Commit

Permalink
Fix #3680: on Test for HTTP service, don't send none as Content-Type
Browse files Browse the repository at this point in the history
  • Loading branch information
avernet committed Aug 31, 2018
1 parent e0a4f59 commit 3f0c563
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -403,8 +403,11 @@
),
'; '
)
else if (../serialization != 'none') then
../serialization
else
../serialization"
''
"
/>
<xf:bind
ref="body"
Expand Down

0 comments on commit 3f0c563

Please sign in to comment.