Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for reqheader (0.27 sec)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. elevateword */
        String ONLINE_HELP_NAME_ELEVATEWORD = "online.help.name.elevateword";
    
        /** The key of the configuration. e.g. reqheader */
        String ONLINE_HELP_NAME_REQHEADER = "online.help.name.reqheader";
    
        /** The key of the configuration. e.g. synonym */
        String ONLINE_HELP_NAME_DICT_SYNONYM = "online.help.name.dict.synonym";
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	peerMaxHeaderListSize  uint64
    	peerMaxHeaderTableSize uint32
    	initialWindowSize      uint32
    
    	// reqHeaderMu is a 1-element semaphore channel controlling access to sending new requests.
    	// Write to reqHeaderMu to lock it, read from it to unlock.
    	// Lock reqmu BEFORE mu or wmu.
    	reqHeaderMu chan struct{}
    
    	// wmu is held while writing.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top