mirror of
				https://github.com/superseriousbusiness/gotosocial.git
				synced 2025-10-31 15:52:25 -05:00 
			
		
		
		
	[chore]: Bump golang.org/x/crypto from 0.7.0 to 0.8.0 (#1685)
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.8.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
		
					parent
					
						
							
								014d7ac131
							
						
					
				
			
			
				commit
				
					
						1d8f9c6b16
					
				
			
		
					 94 changed files with 431 additions and 774 deletions
				
			
		
							
								
								
									
										6
									
								
								vendor/golang.org/x/net/http2/pipe.go
									
										
									
										generated
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								vendor/golang.org/x/net/http2/pipe.go
									
										
									
										generated
									
									
										vendored
									
									
								
							|  | @ -88,13 +88,9 @@ func (p *pipe) Write(d []byte) (n int, err error) { | |||
| 		p.c.L = &p.mu | ||||
| 	} | ||||
| 	defer p.c.Signal() | ||||
| 	if p.err != nil { | ||||
| 	if p.err != nil || p.breakErr != nil { | ||||
| 		return 0, errClosedPipeWrite | ||||
| 	} | ||||
| 	if p.breakErr != nil { | ||||
| 		p.unread += len(d) | ||||
| 		return len(d), nil // discard when there is no reader | ||||
| 	} | ||||
| 	return p.b.Write(d) | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue