
On Tue, May 18, 2010 at 11:49 AM, Clint Moore
On Tue, May 18, 2010 at 1:32 AM, Clint Moore
wrote: On Tue, May 18, 2010 at 1:28 AM, Michael Snoyman
wrote: A few questions (this might still be my fault):
* What operating system are you working on? ubuntu 10.4
* Which version of GHC? 6.12.2 from the GHC site.
* What hack handler is your original code using? Epoll
I had to switch to that for the example code as well - for some reason, simpleserver wasn't replying to requests. I went as far as to telnet to the port and make a request for / and didn't get anything back. telnet localhost 3000 -> GET /<enter><enter> and a few more <enter>s for good measure :)
Maybe I should try h-h-happstack and see if that changes anything.
I'm worried that hack-handler-simpleserver might not be working properly on Windows due to encoding issues. I just booted up my Windows virtual machine and am downloading Haskell (I usually only use it for testing sites in IE). Michael
That was it. It works using hack-handler-happstack!
Yay, now I can make my deadline. Thanks once again for all of your help!
-cm
Sure. I'd write a bug report to the epoll author. Funny thing about simpleserver not responding, I wonder why... Michael