Changeset

13017:94f8fce2d99b

net.http: Rename enum in Teal spec to avoid name clash
author Kim Alvefur <zash@zash.se>
date Fri, 31 Mar 2023 23:18:49 +0200
parents 13016:8aec903ea888
children 13018:9ed4a8502c54
files teal-src/prosody/net/http.d.tl
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/teal-src/prosody/net/http.d.tl	Sat Apr 01 12:30:29 2023 +0100
+++ b/teal-src/prosody/net/http.d.tl	Fri Mar 31 23:18:49 2023 +0200
@@ -35,11 +35,11 @@
 	record http_request
 		host : string
 		port : string
-		enum scheme
+		enum Scheme
 			"http"
 			"https"
 		end
-		scheme : scheme
+		scheme : Scheme
 		url : string
 		userinfo : string
 		path : string