mirror of
				https://github.com/go-gitea/gitea.git
				synced 2025-10-31 11:35:03 +01:00 
			
		
		
		
	Backport #15862 Fixes http: superfluous response.WriteHeader call from code.gitea.io/gitea/modules/context.(*Response).WriteHeader (response.go:67) * Looking again we don't need this writeHeader as all of our downstream implementations will always do it for us Signed-off-by: Andrew Thornton <art27@cantab.net>
This commit is contained in:
		
							parent
							
								
									1bf46836da
								
							
						
					
					
						commit
						cbaf8e8785
					
				| @ -49,7 +49,7 @@ func (r *Response) Write(bs []byte) (int, error) { | ||||
| 		return size, err | ||||
| 	} | ||||
| 	if r.status == 0 { | ||||
| 		r.WriteHeader(200) | ||||
| 		r.status = http.StatusOK | ||||
| 	} | ||||
| 	return size, nil | ||||
| } | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user