Skip to content

Commit 69b0f25

Browse files
authored
Update using-sse.md
1 parent b0a051f commit 69b0f25

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/application-gateway/using-sse.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ The [Response Buffers on Application Gateway resource](proxy-buffers.md) should
2525

2626
### Backend Setting - Request timeout
2727

28-
Ensure that the [Request time-out (seconds) in Backend Settings](configuration-http-settings.md?tabs=backendhttpsettings#request-timeout) is configured to exceed the idle time between events. Otherwise, your application gateway resource will terminate the connection prematurely.
28+
Ensure that the [Request time-out (seconds) in Backend Settings](configuration-http-settings.md?tabs=backendhttpsettings#request-timeout) is configured to exceed the idle time between events. Otherwise, your application gateway resource terminates the connection prematurely.
2929

3030

3131
## Configuring backend server
3232

33-
The backend server should send the following Response headers to ensure proper stream handling by the clients and any intermediaries. Note, these headers are not a requirement for Application Gateway as a proxy.
33+
The backend server should send the following Response headers to ensure proper stream handling by the clients and any intermediaries. Note, these headers aren't a requirement for Application Gateway as a proxy.
3434

3535
### Content-Type: text/event-stream
3636
This header notifies the client that the response will be a stream of events, enabling them to correctly handle the Server-Sent Events (SSE) protocol.
@@ -39,10 +39,10 @@ This header notifies the client that the response will be a stream of events, en
3939
This header maintains the TCP connection, allowing the backend server to send events to the client continuously.
4040

4141
### Transfer-Encoding: chunked
42-
This header allows the server to send responses in chunks without requiring a Content-Length header. It is necessary for streaming responses through SSE when the total size cannot be determined in advance.
42+
This header allows the server to send responses in chunks without requiring a Content-Length header. It's necessary for streaming responses through SSE when the total size can't be determined in advance.
4343

4444
### Cache-Control: no-cache
45-
It is generally advisable to use this header to prevent intermediaries like CDNs from caching the SSE response.
45+
It's advisable to use this header to prevent intermediaries like CDNs from caching the SSE response.
4646

4747
## Next steps
4848
Learn about [Request and Response Proxy Buffers](proxy-buffers.md) in Application Gateway.

0 commit comments

Comments
 (0)