I was caught off guard by the paragraph explaining why 127.0.0.1:7878 is chosen used as the address in the TcpListener example. The book currently reads: We’ve chosen this port for two reasons: HTTP **is** normally accepted on this port, and 7878 is rust typed on a telephone. (Emphasis mine.)
Should this read as: HTTP **isn't** normally accepted on this port, and 7878 is rust typed on a telephone.?