From e52779f98333ebfb5e1fd78b92233289b0c30532 Mon Sep 17 00:00:00 2001
From: Ian Lance Taylor Minor changes to the library
ResponseWriter
and Request.Body
with a
MaxBytesReader
.
+ When looking up a domain name containing non-ASCII characters, + the Unicode-to-ASCII conversion is now done in accordance with + Nontransitional Processing as defined in the + Unicode IDNA + Compatibility Processing standard (UTS #46). The + interpretation of four distinct runes are changed: ß, ς, + zero-width joiner U+200D, and zero-width non-joiner + U+200C. Nontransitional Processing is consistent with most + applications and web browsers. +