This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-server".

The branch, master has been updated
       via  b3ebefc8d2609bcaa1be9613ab63c26fe1810ed1 (commit)
      from  d49aa1bdffa623fec97b6a0a087908382fff027d (commit)


Summary of changes:
 test/suite/Snap/Internal/Http/Server/Tests.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b3ebefc8d2609bcaa1be9613ab63c26fe1810ed1
Author: Gregory Collins <[email protected]>
Date:   Tue Sep 21 15:07:19 2010 -0400

    Start one of the servers listening on 127.0.0.1

diff --git a/test/suite/Snap/Internal/Http/Server/Tests.hs 
b/test/suite/Snap/Internal/Http/Server/Tests.hs
index e3f668f..247412e 100644
--- a/test/suite/Snap/Internal/Http/Server/Tests.hs
+++ b/test/suite/Snap/Internal/Http/Server/Tests.hs
@@ -773,7 +773,7 @@ testServerStartupShutdown = testCase 
"server/startup/shutdown" $ do
 testServerShutdownWithOpenConns :: Test
 testServerShutdownWithOpenConns = testCase "server/shutdown-open-conns" $ do
     tid <- forkIO $
-           httpServe "*"
+           httpServe "127.0.0.1"
                      port
                      "localhost"
                      Nothing
-----------------------------------------------------------------------


hooks/post-receive
-- 
snap-server
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap

Reply via email to