Prutkar
unread,Dec 7, 2009, 7:39:13 PM12/7/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to cometd-dev
I am using Jetty 6.1.17, cometd-1.0.beta10, dojo-toolkit client - I am
testing demo chat application and all is working fine, except:
Safari under Windows prints errors into the console:
Refused to set unsafe header "Connection"
This is still alright as javascript continues to execute, but on
iphone Safari browser this error is a showstopper.
(I know I am not setting the header "Connection"in my code.)
Is there anybody who can advice on this?