File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,19 +75,19 @@ is described as below.
7575| Protocol Version | 1 | 0x00 |
7676| Section Type | 1 | 'M' |
7777| Section Length | 4 | 0x00 0x00 0x00 0x0a |
78- | Section Data | 4 | "text/plain" |
78+ | Section Data | 10 | "text/plain" |
7979| Section Type | 1 | 'M' |
8080| Section Length | 4 | 0x00 0x00 0x00 0x04 |
8181| Section Data | 4 | "TEXT" |
8282| Section Type | 1 | 'C' |
8383| Section Length | 4 | 0x00 0x00 0x00 0x09 |
84- | Section Data | 4 | "SOME Data" |
84+ | Section Data | 9 | "SOME Data" |
8585| Section Type | 1 | 'M' |
8686| Section Length | 4 | 0x00 0x00 0x00 0x09 |
87- | Section Data | 4 | "text/html" |
87+ | Section Data | 9 | "text/html" |
8888| Section Type | 1 | 'C' |
8989| Section Length | 4 | 0x00 0x00 0x00 0x09 |
90- | Section Data | 4 | "HTML code" |
90+ | Section Data | 9 | "HTML code" |
9191
9292- Every section starts with the section type, ` M ` (mime-type) or ` C ` (content).
9393- Before ` C ` section, there must be one or more ` M ` section to indicate the data type.
You can’t perform that action at this time.
0 commit comments