Skip to content

Commit db89563

Browse files
Rename connection-close → Connection-Close in nlap.dtd, nlap.yang, NLAFP-XML-SPECS.md
Agent-Logs-Url: https://github.com/WEBcodeX1/http-1.2/sessions/5878a0ad-3386-4718-844b-c2825dbad7f2 Co-authored-by: clauspruefer <17313789+clauspruefer@users.noreply.github.com>
1 parent 51c0fa2 commit db89563

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

specs/xml/NLAFP-XML-SPECS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<Version>0.1</Version>
3131
<Subtype>NLAFP</Subtype>
3232
<Header>
33-
<connection-close>1</connection-close>
33+
<Connection-Close>1</Connection-Close>
3434
<Mime-Type>text/html</Mime-Type>
3535
<Encoding>UTF-8</Encoding>
3636
</Header>

specs/xml/nlap.dtd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
URL?,
6262
User-Agent?,
6363
user?,
64-
connection-close?,
64+
Connection-Close?,
6565
Mime-Type?,
6666
Encoding?,
6767
Byte-Size?,
@@ -90,7 +90,7 @@
9090
<!-- Response header fields -->
9191

9292
<!-- Signal connection teardown after response: 0 | 1 -->
93-
<!ELEMENT connection-close (#PCDATA)>
93+
<!ELEMENT Connection-Close (#PCDATA)>
9494

9595
<!-- MIME type of the payload, e.g. "text/html", "application/json", "image/png" -->
9696
<!ELEMENT Mime-Type (#PCDATA)>

specs/xml/nlap.yang

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,12 +154,12 @@ module nlap {
154154

155155
// --- Response header fields ---
156156

157-
leaf connection-close {
157+
leaf Connection-Close {
158158
type flag-type;
159159
description
160160
"Signal connection teardown after response:
161161
0 = keep connection, 1 = close connection
162-
(maps to DTD element <connection-close>).";
162+
(maps to DTD element <Connection-Close>).";
163163
}
164164

165165
leaf Mime-Type {

0 commit comments

Comments
 (0)