Skip to content

Commit 5b1bbef

Browse files
committed
pre-submission updates
1 parent db241b7 commit 5b1bbef

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
TEXT_PAGINATION := true
12
LIBDIR := lib
23
include $(LIBDIR)/main.mk
34

draft-ietf-core-coap-pubsub.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ On success, the server returns a 2.04 (Changed) response and the current full re
593593

594594
As with the PUT method, updating the "topic-data" path will automatically cancel all existing observations on it and thus will unsubscribe all subscribers. Decreasing max-subscribers will also cause some subscribers to get unsubscribed. Unsubscribed endpoints SHOULD receive a final 4.04 (Not Found) response as per {{!RFC7641}} Section 3.2.
595595

596-
Contrary to PUT iPATCH operations will explicitly update some parameters, leaving others unmodified.
596+
Contrary to PUT, iPATCH operations will explicitly update some parameters, leaving others unmodified.
597597

598598
~~~~
599599
=> 0.07 iPATCH
@@ -621,9 +621,7 @@ Contrary to PUT iPATCH operations will explicitly update some parameters, leavin
621621
}
622622
~~~~
623623

624-
Note that when a topic configuration changes through an iPATCH request, it may result in disruptions for the subscribers. Some potential issues that may arise include:
625-
626-
Limiting the number of subscribers will cause to cancel ongoing subscriptions until max-subscribers has been reached.
624+
Note that when a topic configuration changes through an iPATCH request, it may result in disruptions for the subscribers. For example, limiting the number of subscribers will cause to cancel ongoing subscriptions until max-subscribers has been reached.
627625

628626
### Deleting a topic-configuration {#topic-delete}
629627

0 commit comments

Comments
 (0)