* lisp/url/url-handlers.el (url-http-parse-response): Remove unused autoload.
authorLeo Liu <sdl.web@gmail.com>
Thu, 26 Jun 2014 04:00:56 +0000 (12:00 +0800)
committerLeo Liu <sdl.web@gmail.com>
Thu, 26 Jun 2014 04:00:56 +0000 (12:00 +0800)
commit1d8bea62832ea227d154995d2d52bd2093d4d722
tree42fb1c174359cc10e83760726927a569f86ac606
parentd2301b5d805d603547b36d96e3a09e6d8124a6d7
* lisp/url/url-handlers.el (url-http-parse-response): Remove unused autoload.
(url-insert-file-contents): Condition on url-http-response-status
for the HTTP/S specific part.

* lisp/url/url-http.el (url-http-end-of-headers): Remove duplicate defvar.

Fixes: debbugs:17549
lisp/url/ChangeLog
lisp/url/url-handlers.el
lisp/url/url-http.el