* lisp/url/url-http.el (status): Remove, unused.
commit3a3f390d1b9e2af901f6b3ed984773c39d2522b4
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Jul 2013 04:06:21 +0000 (22 00:06 -0400)
committerStefan Monnier <monnier@iro.umontreal.ca>
Mon, 22 Jul 2013 04:06:21 +0000 (22 00:06 -0400)
tree9bb9e3b5984634942dbb0b05b8e305c050fcebb4
parenta1c80d9d45a2182cf9c42904bd1cc418ac233977
* lisp/url/url-http.el (status): Remove, unused.
(success): Remove var.
(url-http-handle-authentication): Return the value that `success'
should take instead of setting `success' directly.  Don't set `status'
since it's not used.
(url-http-parse-headers): Avoid unneeded setq.
Move the `setq success'.
(url-http): Use pcase.
(url-http-file-exists-p): Simplify.
lisp/url/ChangeLog
lisp/url/url-http.el