snapframework / snap-server

A fast HTTP server library, which runs Snap web handlers.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
196 stars 86 forks source link

Fix FreeBSD sendfile #93

Closed nanotech closed 8 years ago

nanotech commented 8 years ago

Tests pass, and tracing syscalls with dtruss shows sendfile being called for successful responses.

Fixes #91

mightybyte commented 8 years ago

Thanks!

Ianleeclark commented 8 years ago

@nanotech Thanks :)

oschonrock commented 8 years ago

Thanks! Trying to compile elm-platform from source: https://github.com/elm-lang/elm-platform

Sorry, I am new to building with Haskell. Not sure how to patch the source without a new tag..? can't find the src file in my cabal-sandbox? does it build directly from the tar?

Any chance of a 1.0.1.1 tag and publish here: https://hackage.haskell.org/package/snap-server Will that make it pull in automatically when elm-platform builds?

mightybyte commented 8 years ago

I just released 1.0.1.1 on hackage. Thanks for the reminder.

oschonrock commented 8 years ago

Thanks!