# HG changeset patch # User Matthew Wild # Date 1232148885 0 # Node ID cf70342985dfffda936dcbf7bb52b3f4e9bc9efc # Parent ade262a8da7f4929c70624c70ccf6a97e5cd35fa net.http: custom_headers -> headers diff -r ade262a8da7f -r cf70342985df net/http.lua --- a/net/http.lua Fri Jan 16 23:33:19 2009 +0000 +++ b/net/http.lua Fri Jan 16 23:34:45 2009 +0000 @@ -123,7 +123,7 @@ end if ex then - custom_headers = ex.custom_headers; + custom_headers = ex.headers; req.onlystatus = ex.onlystatus; body = ex.body; if body then