Closed (fixed)
Project:
HTTP Parallel Request & Threading Library
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
20 Mar 2012 at 15:55 UTC
Updated:
5 Apr 2012 at 22:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
guenoz commentedYou have to implement the right Content-type header :
Comment #2
mikeytown2 commentedThis brings up an interesting thing though... if the method is set to POST and data is not empty and Content-Type is not set, should I auto set the Content-Type to
application/x-www-form-urlencoded? The use cases where this is not what one wants is slim.Comment #3
guenoz commentedIt could have saved me from loosing precious time so I would say it is definitely a good line to add to the code ;)
Patch attached
Comment #4
mikeytown2 commentedI was thinking of something more along the line of this patch.
Comment #5
mikeytown2 commentedThis patch has been committed.
Comment #6.0
(not verified) commentedfix found in comments