We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c582e commit 794da10Copy full SHA for 794da10
src/app_config.rs
@@ -471,7 +471,7 @@ fn default_https_acme_directory_url() -> String {
471
}
472
473
fn default_max_pending_rows() -> usize {
474
- 1
+ 256
475
476
477
fn default_compress_responses() -> bool {
src/webserver/http.rs
@@ -163,6 +163,7 @@ impl tokio::io::AsyncWrite for AsyncResponseWriter {
163
self.poll_flush(cx)
164
165
166
+
167
impl Drop for ResponseWriter {
168
fn drop(&mut self) {
169
if let Err(e) = std::io::Write::flush(self) {
0 commit comments