3x-ui/web
BlacKSnowDot0 b3f36d7239
Update auto_https_conn.go
- In readRequest, removed redundant assignment of c.firstBuf after the Read operation. The slice is already limited to n bytes read.
- Changed resp from a value to a pointer in readRequest to avoid copying the struct when only a pointer is needed.
- Added error handling in the Read method to return an error if readRequest fails, which was previously ignored.
- Optimized the condition in Read to check for equality (c.bufStart == len(c.firstBuf)) instead of greater than or equal, as bufStart should never exceed len(c.firstBuf).
2023-11-19 17:39:00 -08:00
..
assets Update common.js 2023-11-19 17:28:56 -08:00
controller move restart cron to web.go 2023-09-06 18:22:37 +03:30
entity Add encrypt subscription ON/OFF switch 2023-08-26 16:54:01 +03:30
global add an option for webDomain 2023-05-31 01:21:14 +04:30
html undo ads geosite 2023-10-25 23:02:26 +03:30
job check fail2ban installed or not 2023-09-01 13:23:50 +03:30
locale fix default language in initLocalizer 2023-06-16 13:01:34 +03:30
middleware create and move middlewares to seperate folder 2023-05-31 01:13:46 +04:30
network Update auto_https_conn.go 2023-11-19 17:39:00 -08:00
service fixed telego 2023-10-25 23:03:17 +03:30
session change gin-contrib to Calidity 2023-06-25 01:10:41 +03:30
translation Fix translation Spanish (#1147) 2023-10-20 08:40:27 +03:30
web.go move restart cron to web.go 2023-09-06 18:22:37 +03:30