Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] HttpExchange completed but not done

honestly I would update to 7.4.5 and give it a try to see if you still
see the issue, a number of little issues have been resolved across the
board with the client since then and it might be resolved by now....I
haven't seen an issue like that in ages.

cheers,
jesse

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx



On Tue, Jul 26, 2011 at 15:40, Chris Dumoulin <chris@xxxxxxxx> wrote:
> I've got an application that's using the Jetty HttpClient and I'm seeing an intermittent problem with HttpExchanges that have a status of STATUS_COMPLETED but isDone() returns false.
>
> Some details:
> - I'm using version 7.2.0
> - Although the problem shows up rarely, once it starts happening it continues to happen until the application is restarted. During this time the problem occurs for many different HttpExchanges, using different HttpConnections and HttpDestinations.
> - Looking at the code I can see that one way to get STATUS_COMPLETED but !isDone() is if onRequestComplete is never called. onRequestComplete seems to be called by the HttpGenerator, but looking at that code I wasn't able to identify any problem.
>
> Has anyone seen anything like this before, or have any suggestions about how to dig further.
>
> Thanks,
> Chris
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>


Back to the top