As I know, use LF
as line delimiter is quite popular, but I'm wondering why many text protocol like HTTP, FTP use CRLF
as its line delimiter?
I don't think these protocols are invented for old typewriters, so is there any historic reason for this? I tried to search it over google and stackoverflow and wikipedia but do not get any reasonable information.
Thanks