eschulte pushed a commit to branch master in repository elpa. commit 51e3f6454f7f59c0a7601d35b5a9e85f52073c47 Author: Eric Schulte <schulte.e...@gmail.com> Date: Thu Jan 2 20:43:58 2014 -0700
fix ports in examples --- examples/3-file-server.el | 2 +- examples/4-url-param-echo.el | 2 +- examples/5-post-echo.el | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/3-file-server.el b/examples/3-file-server.el index 5177178..90336bd 100644 --- a/examples/3-file-server.el +++ b/examples/3-file-server.el @@ -8,4 +8,4 @@ (if (ws-subdirectoryp docroot path) (ws-send-file process (expand-file-name path docroot)) (ws-send-404 process))))))) - 9004)) + 9003)) diff --git a/examples/4-url-param-echo.el b/examples/4-url-param-echo.el index 6df9d8a..a3a7247 100644 --- a/examples/4-url-param-echo.el +++ b/examples/4-url-param-echo.el @@ -13,4 +13,4 @@ headers) "</tr><tr>") "</tr></table>")))))) - 9005) + 9004) diff --git a/examples/5-post-echo.el b/examples/5-post-echo.el index 97421de..daa2e30 100644 --- a/examples/5-post-echo.el +++ b/examples/5-post-echo.el @@ -15,4 +15,4 @@ (ws-response-header process 200 '("Content-type" . "text/plain")) (process-send-string process "This is a GET request not a POST request.\n"))))) - 9003) + 9005)