Lines Matching refs:write
418 if (write(fd, content.c_str(), content.size()) == -1) {
642 while ((nwrite = write(wp->ipc_fd, &ipc_event, 1)) == -1 && errno == EINTR)
1880 // This makes easier to write restart script for nghttpx. Because
2149 timeoutconf.write = 30_s;
2163 timeoutconf.write = 30_s;
2310 "read-timeout=<DURATION>", "write-timeout=<DURATION>",
2426 "read-timeout=<DURATION>" and "write-timeout=<DURATION>"
2427 parameters specify the read and write timeout of the
2432 --backend-write-timeout are used.
2540 --backend-write-timeout options.
2564 --write-rate=<SIZE>
2565 Set maximum average write rate on frontend connection.
2566 Setting 0 to this option means write rate is unlimited.
2568 << config->conn.upstream.ratelimit.write.rate << R"(
2569 --write-burst=<SIZE>
2570 Set maximum write burst size on frontend connection.
2571 Setting 0 to this option means write burst size is
2574 << config->conn.upstream.ratelimit.write.burst << R"(
2585 --worker-write-rate=<SIZE>
2586 Set maximum average write rate on frontend connection
2587 per worker. Setting 0 to this option means write rate
2590 --worker-write-burst=<SIZE>
2591 Set maximum write burst size on frontend connection per
2592 worker. Setting 0 to this option means write burst size
2663 --frontend-write-timeout=<DURATION>
2664 Specify write timeout for all frontend connections.
2666 << util::duration_str(config->conn.upstream.timeout.write) << R"(
2677 --stream-write-timeout=<DURATION>
2678 Specify write timeout for HTTP/2 streams. 0 means no
2686 --backend-write-timeout=<DURATION>
2687 Specify write timeout for backend connection.
2689 << util::duration_str(config->conn.downstream->timeout.write) << R"(
3103 --frontend-http2-optimize-write-buffer-size
3104 (Experimental) Enable write buffer size optimization in
3106 to reduce write buffer size so that it only contains
3172 Set path to write access log. To reopen file, send USR1
3233 --accesslog-write-early
3238 Set path to write error log. To reopen file, send USR1
4458 // --frontend-write-timeout
4467 // --backend-write-timeout
4591 // --write-rate
4595 // --write-burst
4662 // --worker-write-rate
4666 // --worker-write-burst
4701 // --stream-write-timeout
5008 // --frontend-http2-optimize-write-buffer-size
5108 // --accesslog-write-early