Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
8f000195
Commit
8f000195
authored
Nov 28, 2003
by
Dries
Browse files
- Renamed 'Content-length' to 'Content-Length. Fixes bug
#4323
parent
d5c60704
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/xmlrpcs.inc
View file @
8f000195
...
...
@@ -173,7 +173,7 @@ function service() {
$payload
=
"<?xml version=
\"
1.0
\"
?>
\n
"
.
$this
->
serializeDebug
()
.
$r
->
serialize
();
Header
(
"Content-type: text/xml
\r\n
Content-
l
ength: "
.
Header
(
"Content-type: text/xml
\r\n
Content-
L
ength: "
.
strlen
(
$payload
));
print
$payload
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment