branch: externals/url-scgi
commit 1f76fba6a2dd322e36ff9d42d3f57f671f7ac9ae
Author: Stefan Kangas <[email protected]>
Commit: Stefan Kangas <[email protected]>
Use lexical binding
---
url-scgi.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/url-scgi.el b/url-scgi.el
index 4e3f98cfe5..733c96a593 100644
--- a/url-scgi.el
+++ b/url-scgi.el
@@ -1,6 +1,6 @@
;;; url-scgi.el --- SCGI Uniform Resource Locator retrieval code
-;; Copyright (C) 2011 Stefan Kangas.
+;; Copyright (C) 2011-2016 Stefan Kangas.
;; Author: Stefan Kangas
;; Version: 0.2
@@ -38,6 +38,7 @@
(eval-when-compile (require 'cl))
(defvar url-scgi-connection-opened)
+(defvar url-http-response-status 200)
(defconst url-scgi-asynchronous-p t "SCGI retrievals are asynchronous.")
(defun scgi-string-to-netstring (str)