guile-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] Add backlog option to http-open


From: Nala Ginrut
Subject: [PATCH] Add backlog option to http-open
Date: Thu, 04 Apr 2013 12:39:33 +0800

Here's a patch to add backlog option to http-open, users may use it
like:

-----------------------cut------------------------
(run-server (lambda (r b) ...) 
            'http
            '(#:port 1234 #:backlog 1024))
-----------------------end------------------------

I don't think it's necessary to add the docs since it's explicit.
It may help for some guys like me. ;-)

Happy hacking!

Attachment: 0001-Add-backlog-option-to-http-open.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]