From f67b8b8ad50cbf2a64e9029d6d8d895e53b658b5 Mon Sep 17 00:00:00 2001 From: Restu Fajar Sidhiq Date: Fri, 12 Sep 2025 23:20:31 +0700 Subject: [PATCH] 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. --- content/C-http2-server-push.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/C-http2-server-push.md b/content/C-http2-server-push.md index 723845978..93fff50be 100644 --- a/content/C-http2-server-push.md +++ b/content/C-http2-server-push.md @@ -19,7 +19,7 @@ Pada chapter ini kita akan belajar cara menerapkan HTTP/2 dan salah satu fitur m Golang memiliki dukungan sangat baik terhadap HTTP/2. Dengan cukup meng-enable fasilitas TLS/HTTPS maka aplikasi golang secara otomatis menggunakan HTTP/2. -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. +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. ![SPDY checker](images/C_http2_server_push_1_spdy_checker.png)