unofficial mirror of meta@public-inbox.org
 help / color / mirror / Atom feed
* [PATCH 0/3] ds: event loop-related fixes
@ 2023-11-25 20:54 Eric Wong
  2023-11-25 20:54 ` [PATCH 1/3] http: fix pipelining during long async requests Eric Wong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Wong @ 2023-11-25 20:54 UTC (permalink / raw)
  To: meta

Eric Wong (3):
  http: fix HTTP/1.1 pipelining during long async requests
  select+poll: have caller retry on EINTR
  ds: long_step: eliminate redundant fileno call

 lib/PublicInbox/DS.pm     |  1 -
 lib/PublicInbox/DSPoll.pm |  6 ++--
 lib/PublicInbox/HTTP.pm   | 17 +++++-----
 lib/PublicInbox/Select.pm |  6 ++--
 xt/httpd-async-stream.t   | 68 +++++++++++++++++++++++++++++----------
 5 files changed, 65 insertions(+), 33 deletions(-)

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

end of thread, other threads:[~2023-11-25 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-25 20:54 [PATCH 0/3] ds: event loop-related fixes Eric Wong
2023-11-25 20:54 ` [PATCH 1/3] http: fix pipelining during long async requests Eric Wong
2023-11-25 20:54 ` [PATCH 2/3] select+poll: have caller retry on EINTR Eric Wong
2023-11-25 20:54 ` [PATCH 3/3] ds: long_step: eliminate redundant fileno call Eric Wong

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).