Jarosław Wieczorek
Results
2
comments of
Jarosław Wieczorek
Moved from #555 > In the ksy, is it possible to combine all ```value``` fields from ```data_chunk``` into a new ```_io``` stream? I need to combine(concatenate) the data into one...
To fix this, you need to make similar changes: diff http.py myhttp.py ``` bash 18c18,22 < headers = s.split("\r\n") --- > try: > headers = s.split("\r\n") > except TypeError as...