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
Upgrading to 1.2.19 from 1.2.18 raises several exceptions like:
File "blacksheep/messages.pyx", line 302, in blacksheep.messages.Request.host.__get__
host_header = self.get_first_header(b'host')
File "blacksheep/messages.pyx", line 46, in blacksheep.messages.Message.get_first_header
cpdef bytes get_first_header(self, bytes key):
File "blacksheep/messages.pyx", line 46, in blacksheep.messages.Message.get_first_header
cpdef bytes get_first_header(self, bytes key):
File "blacksheep/messages.pyx", line 49, in blacksheep.messages.Message.get_first_header
for header in self.__headers:
TypeError: 'NoneType' object is not iterable
Maybe something went wrong with the Cython compilation?
The text was updated successfully, but these errors were encountered:
Describe the bug
Upgrading to 1.2.19 from 1.2.18 raises several exceptions like:
Maybe something went wrong with the Cython compilation?
The text was updated successfully, but these errors were encountered: