Skip to content

Commit 72f4e23

Browse files
committed
refactor: rename stages for clarity in HTTP connection management
- Updated stage names for better clarity: "Connection persistence" to "Persistent connection", "pe2" to "ul1", and "pe3" to "kh7". - Ensured consistency in naming conventions across the course definition.
1 parent 39ee171 commit 72f4e23

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

course-definition.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ stages:
824824
In this stage, you'll add support for encoding the response body using `gzip`.
825825
826826
- slug: "ag9"
827-
name: "Connection persistence"
827+
name: "Persistent connection"
828828
difficulty: medium
829829
description_md: |-
830830
In this stage, you'll add support for persistent HTTP connections. By default, HTTP/1.1 connections are persistent, meaning the same TCP connection can be reused for multiple requests.
@@ -854,7 +854,7 @@ stages:
854854
marketing_md: |-
855855
In this stage, you'll add support for persistent HTTP connections, allowing multiple requests to be handled over the same TCP connection.
856856
857-
- slug: "pe2"
857+
- slug: "ul1"
858858
name: "Multiple persistent connections"
859859
difficulty: medium
860860
description_md: |-
@@ -886,7 +886,7 @@ stages:
886886
marketing_md: |-
887887
In this stage, you'll add support for handling multiple concurrent persistent connections.
888888
889-
- slug: "pe3"
889+
- slug: "kh7"
890890
name: "Connection closure"
891891
difficulty: medium
892892
description_md: |-

0 commit comments

Comments
 (0)