8000 otakijae (otakijae) · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
View otakijae's full-sized avatar
🦈
🦈

Block or report otakijae

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. WeatherApp WeatherApp Public

    🌻 iOS 날씨 앱

    Swift 2

  2. http2demo http2demo Public

    http2demo

    Go 1

  3. UnixProgramming UnixProgramming Public

    💣 Unix Programming: Synchronizing processes

    C 2 1

  4. send http2 ping frame send http2 ping frame
    1
    func (w *HttpBo)Ping(network, address string) error {
    2
    	if transport, ok := w.Client.Transport.(*http2.Transport); !ok {
    3
    		return errors.New("Getting HTTP2 Client Transport failed")
    4
    	} else {
    5
    		ctx, cancel := context.WithCancel(context.Background())
0