You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is related to the same thing that issue #10 was experiencing.
He solved it by removing the "Report Execution Times", but I think that just kept too much data from being passed as headers. I run into this issue and commenting out the header building loops is how I found the "solution". In my instance, my server doesn't send the content-type header.
I think that there must be some max size for response headers on my computer.
I am running OSX 10.9.3, Coldfusion 10 and Apache 2.2.26
The text was updated successfully, but these errors were encountered:
I think this is related to the same thing that issue #10 was experiencing.
He solved it by removing the "Report Execution Times", but I think that just kept too much data from being passed as headers. I run into this issue and commenting out the header building loops is how I found the "solution". In my instance, my server doesn't send the content-type header.
I think that there must be some max size for response headers on my computer.
I am running OSX 10.9.3, Coldfusion 10 and Apache 2.2.26
The text was updated successfully, but these errors were encountered: