_split_ascii(): In the clause where curlen + partlen > maxlen, if the
part itself is longer than maxlen, and we aren't already splitting on whitespace, then we recursively split the part on whitespace and append that to the this list.
B
Barry Warsaw committed
bd836dfba3fd0d86807196c4049e998a4b9b9b92
Parent: f0d3585