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
Which looks fine (at least with twisted 22.4 on my Debian system). Unless some outside code is inappropriately changing this value via something like
LineOnlyReceiver.delimiter = "\r\n"
which could cause the error observed ...
... ah, I see, yes. In starpy/fastagi.py, for example, we have class FastAGIProtocol, which subclasses twisted’s LineOnlyReceiver, and overrides the above class variable definition with this line:
delimiter = '\n'
That would certainly cause trouble like that observed.
Hi,
When I have run the FastAGI script with python 3.6.8, I have gotten the following error:
I think, I found a solution to fix it. How can i contribute to fix the error?
The text was updated successfully, but these errors were encountered: