fix typing error from commit 60ba5c117c

pull/93/head
reger 8 years ago
parent f9328f07e2
commit 9a8691129f

@ -273,7 +273,7 @@ public final class HTTPDemon {
responseHeader.put(HeaderFramework.CONTENT_LENGTH, "0");
//read custom headers
if (responseHeader.getContentType() != null) {
if (responseHeader.getCookiesEntries() != null) {
for (Cookie c : responseHeader.getCookiesEntries()) {
//Append user properties to the main String
//TODO: Should we check for user properites. What if they intersect properties that are already in header?

Loading…
Cancel
Save