Skip to content

Commit f67b8b8

Browse files
committed
Update reference to previous chapter in HTTP/2 guide
Corrected the chapter reference from 'A.23. HTTPS/TLS Web Server' to 'C.24. HTTPS/TLS Web Server' to ensure accurate guidance for duplicating the project.
1 parent 8dd001c commit f67b8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/C-http2-server-push.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pada chapter ini kita akan belajar cara menerapkan HTTP/2 dan salah satu fitur m
1919

2020
Golang memiliki dukungan sangat baik terhadap HTTP/2. Dengan cukup meng-enable fasilitas TLS/HTTPS maka aplikasi golang secara otomatis menggunakan HTTP/2.
2121

22-
Untuk memastikan mari kita langsung praktekkan, coba duplikat project pada chapter sebelumnya (**A.23. HTTPS/TLS Web Server**) sebagai project baru, jalankan aplikasinya lalu cek di browser chrome. Gunakan chrome extension [HTTP/2 and SPDY indicator](https://chrome.google.com/webstore/detail/http2-and-spdy-indicator/mpbpobfflnpcgagjijhmgnchggcjblin?hl=en) untuk menge-test apakah HTTP/2 sudah enabled.
22+
Untuk memastikan mari kita langsung praktekkan, coba duplikat project pada chapter sebelumnya (**C.24. HTTPS/TLS Web Server**) sebagai project baru, jalankan aplikasinya lalu cek di browser chrome. Gunakan chrome extension [HTTP/2 and SPDY indicator](https://chrome.google.com/webstore/detail/http2-and-spdy-indicator/mpbpobfflnpcgagjijhmgnchggcjblin?hl=en) untuk menge-test apakah HTTP/2 sudah enabled.
2323

2424
![SPDY checker](images/C_http2_server_push_1_spdy_checker.png)
2525

0 commit comments

Comments
 (0)