
Now that we're using NODELAY, we should definitely use cork around writes to the upstream server. This prevents each partial write() from being its own packet, which would be terrible if it actually happened with any regularity (we'd mostly see it when the kernel is stressed, and write() is progressing a few bytes at a time as a result)