prosody/net
Matthew Wild dc206f0ff4 net.http: Add request:cancel() method
This is a new API that should be used in preference to http.destroy_request()
when possible, as it ensures the callback is always called (with an error of
course).

APIs that have edge-cases where they don't call callbacks have, from experience,
shown to be difficult to work with and often lead to unintentional leaks when
the callback was expected to free up certain resources.
2020-08-08 13:13:50 +01:00
..
http net.http.server: Fix reporting of missing Host header 2020-06-23 15:43:57 +02:00
resolvers net.resolvers.basic: Default conn_type to 'tcp' consistently if unspecified (thanks marc0s) 2020-07-10 13:00:02 +01:00
websocket Fix spelling throughout the codebase [codespell] 2018-02-04 01:51:25 +01:00
adns.lua vairious: Add annotation when an empty environment is set [luacheck] 2018-02-28 20:06:26 +01:00
connect.lua net.connect: Fix passing request table to new listener 2018-09-26 17:36:53 +02:00
connlisteners.lua net.connlisteners: Remove duplicated field in exports [luacheck] 2018-04-06 01:46:14 +02:00
cqueues.lua net.cqueues: Fix incorrect version check 2015-01-16 12:06:42 -05:00
dns.lua net.dns: Close resolv.conf handle when done (fixes #1342) 2019-04-13 18:16:28 +02:00
http.lua net.http: Add request:cancel() method 2020-08-08 13:13:50 +01:00
httpserver.lua net.httpserver: Make function local, fixes loading since there is no environment [luacheck] 2018-03-23 13:20:19 +01:00
server.lua net.server: Throw error when loading outside Prosody or Prosody config not loaded 2018-08-19 14:45:19 +01:00
server_epoll.lua net.server_epoll: Fix indentation 2020-03-11 18:07:03 +01:00
server_event.lua net.server: Swich method for connecting sockets with remotes 2018-10-12 17:36:34 +02:00
server_select.lua net.server_select: Fix IP validation to use correct variable (thanks quest) 2018-11-17 16:26:40 +01:00
websocket.lua net.websocket: Honour ex.insecure to match net.http's new parameter for that 2018-06-08 16:30:46 +01:00