mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 18:52:26 -05:00 
			
		
		
		
	[chore]: Bump golang.org/x/net from 0.29.0 to 0.30.0 (#3402)
This commit is contained in:
		
					parent
					
						
							
								bd1866ad8a
							
						
					
				
			
			
				commit
				
					
						33bd97a535
					
				
			
		
					 44 changed files with 679 additions and 252 deletions
				
			
		
							
								
								
									
										10
									
								
								vendor/golang.org/x/net/http2/write.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										10
									
								
								vendor/golang.org/x/net/http2/write.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -131,6 +131,16 @@ func (se StreamError) writeFrame(ctx writeContext) error { | |||
| 
 | ||||
| func (se StreamError) staysWithinBuffer(max int) bool { return frameHeaderLen+4 <= max } | ||||
| 
 | ||||
| type writePing struct { | ||||
| 	data [8]byte | ||||
| } | ||||
| 
 | ||||
| func (w writePing) writeFrame(ctx writeContext) error { | ||||
| 	return ctx.Framer().WritePing(false, w.data) | ||||
| } | ||||
| 
 | ||||
| func (w writePing) staysWithinBuffer(max int) bool { return frameHeaderLen+len(w.data) <= max } | ||||
| 
 | ||||
| type writePingAck struct{ pf *PingFrame } | ||||
| 
 | ||||
| func (w writePingAck) writeFrame(ctx writeContext) error { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue