zerovm / zerocloud

Swift middleware for Zerocloud
Apache License 2.0
53 stars 14 forks source link

better pass response headers to user #105

Closed pkit closed 10 years ago

pkit commented 10 years ago

this patch will pass as many headers as possible from the output of user script/application to the appropriate channels it is mainly useful for channels of message/cgi or message/http type for these channels all their output headers and their status will be passed on to the final reponse the user gets of course it means that message/cgi or message/http channel should have no path defined caveats: