Henrik Feldt

Results 419 comments of Henrik Feldt

+1 to PRs where we can discuss this over code.

@tamizhvendan What in the Suave programming model would not support it? Do you mean free monads which is unsupported by F# generally? I do like the way Servant does it,...

Added a nice podcast about HTTP2

Admittedly not the most optimal code ever written, but here goes: ```fsharp async { // let! img .. match img with | Found (statusCode, stream) -> use ms = new...

Are you saying the async CopyTo doesn't handle cancellation? Could be it. ![tumblr_inline_o3a9e7ooze1raprkq_500](https://cloud.githubusercontent.com/assets/193115/22000353/f12b2434-dc3e-11e6-81ae-182545cbb676.gif)

For me, my interest in supporting TLS waned during the years of shitty TLS support on Mono. So I'm passing the bucket here... I hope Everest amounts to something.

Great input. As for serving files: - https://github.com/haf/suave-presentation.2015-09-03 - https://github.com/SuaveIO/suave/blob/master/docs/server/Program.fs What would be great would be if you'd port these samples to the docs.

@matthid I would use the trace information in HttpContext to associate log lines with the request. A new trace id is generated every time a request is accepted. I have...

@isaacabraham It's markdown, but with some custom variant for code highlighting. You can try it by running `bundle exec rake docs`. After that, start the server in the docs folder.

Ticked the logging pieces as I've made logging the default in v2.