Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
project
drupal
Commits
8f000195
Commit
8f000195
authored
Nov 28, 2003
by
Dries
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
- Renamed 'Content-length' to 'Content-Length. Fixes bug
#4323
parent
d5c60704
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
includes/xmlrpcs.inc
includes/xmlrpcs.inc
+1
-1
No files found.
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