erlang - mochiweb: disable headers ordering -


i checked mochiweb response headers, , ordered (descending):

< server: mochiweb/1.0 (any of quaids got smint?) < last-modified: sun, 30 aug 2015 23:13:04 gmt < date: sun, 30 aug 2015 23:15:15 gmt < content-type: text/html < content-length: 89 

this looks because of mochiweb headers being handled erlang gb_tree, later converted list comes ordered.

is there way change this? resolve in problems (sometimes) here , here

my problem trying create service replicates requests , using mochiweb this, headers being ordered isn't replicating response correctly.

fixed here:

mochiweb commit 952087e

it problem formatting headers in response, , not in mochiweb_headers.


Comments

Popular posts from this blog

c# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -