Skip to content

Commit

Permalink
docs: delete slash (#809)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaoranz758 authored Oct 10, 2023
1 parent c06e942 commit 469771b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ Effect display:
Open the interface in the example at localhost:8888, and then use the following command to observe the effect:

```bash
curl -N --location localhost:8888//flush/chunk
curl -N --location localhost:8888/flush/chunk
```
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ Hertz 在 `app.RequestContext` 中提供了 `Response.HijackWriter` 方法让用
在 localhost:8888 开启示例中的接口,然后使用如下命令观察效果:

```bash
curl -N --location localhost:8888//flush/chunk
curl -N --location localhost:8888/flush/chunk
```

1 comment on commit 469771b

@vercel
Copy link

@vercel vercel bot commented on 469771b Oct 10, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.