[
https://issues.apache.org/jira/browse/WICKET-6831?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17205544#comment-17205544
]
ASF subversion and git services commented on WICKET-6831:
---------------------------------------------------------
Commit e5cd09ba8c1c02f213b1e47bbe9dff0e626120ea in wicket's branch
refs/heads/wicket-8.x from Emond Papegaaij
[ https://gitbox.apache.org/repos/asf?p=wicket.git;h=e5cd09b ]
WICKET-6831: flush before detach in websocket, log detach exceptions
(cherry picked from commit 78b7cf6612b167997f810bf89065f5755ae155a8)
> Try to flush the response before detach
> ---------------------------------------
>
> Key: WICKET-6831
> URL: https://issues.apache.org/jira/browse/WICKET-6831
> Project: Wicket
> Issue Type: Improvement
> Components: wicket-core
> Affects Versions: 9.0.0
> Reporter: Emond Papegaaij
> Priority: Major
>
> The current behavior makes the browser wait for cleanup on the server-end.
> The request is only flushed after detach and serialization of the pages. As
> the processing of the request has already completed, it is not needed to let
> the browser wait for the server to be cleaning up.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)