mirror of
				https://github.com/TeaOSLab/EdgeNode.git
				synced 2025-11-04 16:00:25 +08:00 
			
		
		
		
	访问日志中增加源站状态码
This commit is contained in:
		@@ -68,6 +68,7 @@ type HTTPRequest struct {
 | 
			
		||||
	filePath             string                            // 请求的文件名,仅在读取Root目录下的内容时不为空
 | 
			
		||||
	origin               *serverconfigs.OriginConfig       // 源站
 | 
			
		||||
	originAddr           string                            // 源站实际地址
 | 
			
		||||
	originStatus         int32                             // 源站响应代码
 | 
			
		||||
	errors               []string                          // 错误信息
 | 
			
		||||
	rewriteRule          *serverconfigs.HTTPRewriteRule    // 匹配到的重写规则
 | 
			
		||||
	rewriteReplace       string                            // 重写规则的目标
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user