Skip to content

Commit

Permalink
Fix typo for #537
Browse files Browse the repository at this point in the history
  • Loading branch information
jfarcand committed Jul 27, 2012
1 parent 2028a63 commit 81c984b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1234,7 +1234,7 @@ public Action doCometSupport(AtmosphereRequest req, AtmosphereResponse res) thro
if (s == null || s.equals("0")) {
s = UUID.randomUUID().toString();
res.setHeader(X_ATMOSPHERE_TRACKING_ID, s);
res.setHeader(SUSPENDED_ATMOSPHERE_RESOURCE_UUID, s);
req.setAttribute(SUSPENDED_ATMOSPHERE_RESOURCE_UUID, s);
}

Action a = null;
Expand Down

0 comments on commit 81c984b

Please sign in to comment.