[asterisk-bugs] [Asterisk 0017239]: [patch] Provisioning failure
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jun 15 16:10:16 CDT 2010
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=17239
======================================================================
Reported By: cjacobsen
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 17239
Category: Resources/res_phoneprov
Reproducibility: always
Severity: minor
Priority: normal
Status: ready for testing
Asterisk Version: SVN
JIRA: SWP-1403
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 258668
Request Review:
======================================================================
Date Submitted: 2010-04-23 18:52 CDT
Last Modified: 2010-06-15 16:10 CDT
======================================================================
Summary: [patch] Provisioning failure
Description:
Cut off 1 character at the end of output because there are two newlines
between http headers and content. Content-length is ok.
======================================================================
----------------------------------------------------------------------
(0123451) svnbot (reporter) - 2010-06-15 16:10
https://issues.asterisk.org/view.php?id=17239#c123451
----------------------------------------------------------------------
Repository: asterisk
Revision: 270660
U trunk/res/res_phoneprov.c
------------------------------------------------------------------------
r270660 | twilson | 2010-06-15 16:10:15 -0500 (Tue, 15 Jun 2010) | 15
lines
Don't send files twice and remove extra \r\n from header
After the manager http auth changes, we forgot to remove the manual
sending of the file. Also, ast_http_send adds two \r\n to the header that
is passed to it, so a trailing \r\n is removed from the Content-type
header. It might be better to change ast_http_send, but I don't like
changing
the behavior of an API function.
(closes issue https://issues.asterisk.org/view.php?id=17239)
Reported by: cjacobsen
Patches:
patch2.diff uploaded by cjacobsen (license 1029)
Tested by: lathama, cjacobsen
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=270660
Issue History
Date Modified Username Field Change
======================================================================
2010-06-15 16:10 svnbot Checkin
2010-06-15 16:10 svnbot Note Added: 0123451
======================================================================
More information about the asterisk-bugs
mailing list