Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jersey-dev] Jersey client library calling completed and failed for a request

Hi list.

I'm currently using Jersey 2.26 and the client has done a strange thing. I sent a request to my server, which my log shows was received and responded to, in a few milliseconds:

(client) 14:38:21.321 - reserve request sent
(server) 14:38:21.335 - reserve request received - responding with...
(client) 14:38:21.338 - reserve complete
(client) 14:38:21.339 - reserve failed ...

The jersey client called both the complete and then the failed handlers for this request. Seems like this is a pretty fundamental bug in the jersey client (unless I'm missing something).

I"m wondering if anyone knows of a bug that's been fixed for issues like this between 2.26 and 2.31.

Thanks in advance,

John Calcote


Back to the top