Details
-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 2.0.0
-
Fix Version/s: 2.0.1
-
Component/s: Push Library
-
Labels:None
-
Environment:ICEpush
Description
When ICEpush terminates a blocking connection, an empty response is returned. There are different possible cases that can trigger this empty response, so being able to distinguish them is useful for debugging purposes.
Activity
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #24088 | Thu Mar 03 15:23:18 MST 2011 | ted.goddard | duplicate and shutdown headers for X-Connection ( |
Files Changed | ||||
MODIFY
/icepush/trunk/core/src/main/java/org/icepush/BlockingConnectionServer.java
|
Ted Goddard
created issue -
Ted Goddard
made changes -
Field | Original Value | New Value |
---|---|---|
Status | Open [ 1 ] | Resolved [ 5 ] |
Fix Version/s | 2.0.1 [ 10258 ] | |
Resolution | Fixed [ 1 ] |
Ted Goddard
made changes -
Assignee | Ted Goddard [ ted.goddard ] |
Ken Fyten
made changes -
Salesforce Case | [] | |
Component/s | Push Library [ 10044 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Response now is as follows with X-Connection-reason header:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
X-Powered-By: JSF/2.0
X-Connection: close
X-Connection-reason: duplicate
Content-Length: 0
Date: Thu, 03 Mar 2011 22:20:49 GMT