Profile-warning = namespace "-Profile-Warning:" warning-value
                 *([FWS] "," [FWS] warning-value)
 warning-value   = warn-code 1*SP warn-target 1*SP warn-text [1*SP warn-date]
 warn-code       = 3DIGIT
 warn-target     = (absoluteURI / host [ ":" port ])
 warn-text       = quoted-string
 warn-date       = <"> HTTP-date <">56-Profile-Warning: 102 http://www.aaa.example/hw "Not used profile",
                    202 www.example.org "Content generation applied"67-Profile-Warning: 101 http://www.aaa.example/hw "Used stale profile",
                    102 http://www.bbb.example/sw "Not used profile",
                    200 192.168.0.23:80 "Not applied"  "Wed, 31 Mar 1999 08:49:37 GMT"
#(RFC 822: 読点区切りの*) の部分で、 読点の前後にFWSが入るか不明瞭ですが、 入っている例があるので入れられることにしときました。