diff options
| author | fukachan <fukachan> | 2001-02-12 06:23:45 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-02-12 06:23:45 +0000 |
| commit | ace4941b4c7f66f7c83ec21ce19e02df3f96c858 (patch) | |
| tree | 6f1a1bfd88f8f0ead8a43015e1aa26c92ff9f389 /regress/base | |
| parent | b43e79b1a5b00ece2a8c9488a9694c74bd7d0092 (diff) | |
| download | fml8-ace4941b4c7f66f7c83ec21ce19e02df3f96c858.tar.gz fml8-ace4941b4c7f66f7c83ec21ce19e02df3f96c858.tar.bz2 fml8-ace4941b4c7f66f7c83ec21ce19e02df3f96c858.zip | |
fix multipart terms,parser,builder to follow rfc2046
Diffstat (limited to 'regress/base')
| -rw-r--r-- | regress/base/multipart_io.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/base/multipart_io.pl b/regress/base/multipart_io.pl index e1073e12..2de2f50a 100644 --- a/regress/base/multipart_io.pl +++ b/regress/base/multipart_io.pl @@ -18,7 +18,7 @@ while (<$fh>) { if (1 .. /^$/) { $header .= $_; if (/boundary=\"(.*)\"/) { - $boundary = "--".$1; + $boundary = $1; } } else { |
