michaelrsweet / htmldoc

HTML Conversion Software
https://www.msweet.org/htmldoc
GNU General Public License v2.0
206 stars 46 forks source link

Speed up connection shutdown #487

Closed slobo closed 2 years ago

slobo commented 2 years ago

We have an issue where producing PDFs with remote images experiences 10s delay when trying to close the connection.

To my understanding, always using _WR should be good enough for our purposes - it tells remote we are done but doesn't needlessly wait for the remote to acknowledge it.