yahns Ruby server user/dev discussion
 help / color / mirror / code / Atom feed
* [YUCK 0/2] wbuf_lite: fix write retries for OpenSSL
@ 2016-06-06  5:14 Eric Wong
  2016-06-06  5:14 ` [PATCH 1/2] wbuf: remove tmpdir parameter Eric Wong
  2016-06-06  5:14 ` [PATCH 2/2] wbuf_lite: fix write retries for OpenSSL sockets Eric Wong
  0 siblings, 2 replies; 3+ messages in thread
From: Eric Wong @ 2016-06-06  5:14 UTC (permalink / raw)
  To: yahns-public

Removing the tmpdir parameter for all Wbufs is a nice change,
but the actual bug fix is nasty and gross :<  Oh well.

I suppose this increases my impetus for removing kgio from this
project entirely and improving the visibility of buffering.

And all the sendfile stuff is worthless for HTTPS users; but
it's still useful on private LANs and within VPNs (or hosting
Tor hidden services).

Eric Wong (2):
      wbuf: remove tmpdir parameter
      wbuf_lite: fix write retries for OpenSSL sockets

 lib/yahns/http_response.rb           |  4 ++--
 lib/yahns/proxy_http_response.rb     |  2 +-
 lib/yahns/wbuf.rb                    |  5 ++--
 lib/yahns/wbuf_lite.rb               | 46 ++++++++++++++++--------------------
 test/test_proxy_pass_no_buffering.rb |  7 +++++-
 test/test_wbuf.rb                    |  9 ++++---
 6 files changed, 37 insertions(+), 36 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-06-06  5:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-06-06  5:14 [YUCK 0/2] wbuf_lite: fix write retries for OpenSSL Eric Wong
2016-06-06  5:14 ` [PATCH 1/2] wbuf: remove tmpdir parameter Eric Wong
2016-06-06  5:14 ` [PATCH 2/2] wbuf_lite: fix write retries for OpenSSL sockets Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/yahns.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).