Dany Fedorov
Dany Fedorov
Did not expect `countBy` to work the way it works now. I expected it will be a `groupBy` where items in each group are counted, because that is what lodash...
Hey, just wanted to know is there a reason to remove content-length header?
Most times it will be ok, unless there is a global called cb.
Parsing binary data as utf-8 can cause problems, e.g. pdf file. Parsing as utf-8 replaces bytes that cannot be parsed with replacement character - https://en.wikipedia.org/wiki/Specials_(Unicode_block)#:~:text=The%20replacement%20character%20%EF%BF%BD%20(often,data%20to%20a%20correct%20symbol For example bytes FB, FC,...