Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    #16
    Realtime Messaging - Can't establish a connection

    Looks to be ~19kb.

    Adding -Dorg.apache.coyote.http11.Http11Protocol.MAX_HEADER_SIZE=###

    to my JBoss startup script resolves the issue.

    Comment


      #17
      Good to hear.

      Note that we can't help but use GET (a requirement of Server-Sent Events, which in turn is required to get around bugs that some browsers have with Comet), so as far as the need for this slightly unusual setting, the best we can suggest is to use less channels somehow, for example, by having a single server-side channel per client that in turn listens to that client's true channel list.

      Comment

      Working...
      X