o Added support for chunked transfer encoding and handle unexpected multiple headers in HTTP.Server.Request.
From .64 to .66 the function populate_raw() has been removed from
HTTP.Server.Request(). Why isn't that needed anymore? It seems strange that a previously needed function just get removed like that...
( I'm just wondering as I'm trying to search for some cause why my Roxen hangs every other day ("hangs" as in no CPU-usage and can only be killed with -9). And with Pike 7.6.64 it's working on another system, but it might of course be the system's and not Pike's fault. )