Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Informational (0.25 sec)

  1. src/net/http/transport.go

    		if peek, err := pc.br.Peek(1); err == nil && len(peek) == 1 {
    			trace.GotFirstResponseByte()
    		}
    	}
    	num1xx := 0               // number of informational 1xx headers received
    	const max1xxResponses = 5 // arbitrary bound on number of informational responses
    
    	continueCh := rc.continueCh
    	for {
    		resp, err = ReadResponse(pc.br, rc.treq.Request)
    		if err != nil {
    			return
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 91K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    //
    // Logging:
    //   GTEST_LOG_()   - logs messages at the specified severity level.
    //   LogToStderr()  - directs all log messages to stderr.
    //   FlushInfoLog() - flushes informational log messages.
    //
    // Stdout and stderr capturing:
    //   CaptureStdout()     - starts capturing stdout.
    //   GetCapturedStdout() - stops capturing stdout and returns the captured
    //                         string.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  3. cmd/xl-storage-format-v2.go

    const (
    	// Breaking changes.
    	// Newer versions cannot be read by older software.
    	// This will prevent downgrades to incompatible versions.
    	xlVersionMajor = 1
    
    	// Non breaking changes.
    	// Bumping this is informational, but should be done
    	// if any change is made to the data stored, bumping this
    	// will allow to detect the exact version later.
    	xlVersionMinor = 3
    )
    
    func init() {
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 29 19:14:09 UTC 2024
    - 63.6K bytes
    - Viewed (0)
  4. src/cmd/link/internal/ppc64/asm.go

    	//   4. bctrl ; foo@R_PPC64_PLTCALL
    	//   5. ld r2,24(r1)
    	//
    	// Note, 5 is required to follow the R_PPC64_PLTCALL. Similarly, relocations targeting
    	// instructions 3 and 4 are zero sized informational relocations.
    	case objabi.ElfRelocOffset + objabi.RelocType(elf.R_PPC64_PLT16_HA),
    		objabi.ElfRelocOffset + objabi.RelocType(elf.R_PPC64_PLT16_LO_DS):
    		su := ldr.MakeSymbolUpdater(s)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 20:54:08 UTC 2024
    - 63.7K bytes
    - Viewed (0)
Back to top