<div dir="ltr"><div>Hello.</div><div>I can&#39;t understand how &quot;Write Timeout&quot; works and when this timeout happens.</div><div>I am using undertow as part of WildFly appserver.</div><div>I can set Read Timeout as a small value (for example, 1 sec).</div><div>And then all request will be rejected and browser request will be marked as closed (i can see this status in browser dev tools).</div><div><br></div><div>But nothing happens when i set a small value for Write Timeout. All my request complete successfully.</div><div>I am using also &quot;clumsy&quot; for slow speed emulation.</div><div><br></div><div>I can see, that connection should be closed at break point: io.undertow.conduits.WriteTimeoutStreamSinkConduit.handleWriteTimeout</div><div>I see, that &quot;IoUtils.safeClose(this.connection)&quot; called, but nothing happens in browser.</div><div><br></div><div>Could you explain, please, how can i see the result of write timeout on server or client (prefered) side.</div>
</div>