ijpiantanida / talkback

A simple HTTP proxy that records and playbacks requests
MIT License
284 stars 41 forks source link

docs: use close() top stop the talkback server #40

Closed mefellows closed 4 years ago

mefellows commented 4 years ago

Minor docs update.

As Talkback server is an instance of http.Server you need to use close() to stop it.

ijpiantanida commented 4 years ago

Good catch, thank you!