8000 V0.4 by tkuchiki · Pull Request #9 · tkuchiki/alp · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

V0.4 #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Nov 25, 2018
Merged

V0.4 #9

merged 9 commits into from
Nov 25, 2018

Conversation

tkuchiki
Copy link
Owner

@tkuchiki tkuchiki requested review from dozen and Konboi October 18, 2018 04:34
Copy link
Collaborator
@Konboi Konboi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

さらっと見ました

あとは gohttpstats側になりますが、fieldがPointerで定義してあるのに違和感を感じました...

continue Loop
} else if err != nil {
return err
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

まずはerrorがnilかどうかをチェックしてから他のエラーをチェックしたほうがよいかと

if err != nil {
  if err == io.EOF {
    break
  } else if err == httpstas.SkipReadLineErr {
    continue Loop
  }

  return err
}

(とはいえ好みの部分もあると思います)

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

私もこの書き方のほうが好みなので修正します

- Add flags(move from gohttpstats)
- Fix reviewed points
@tkuchiki
Copy link
Owner Author

@Konboi @dozen レビューありがとうございます。
ご指摘いただいたところは修正しましたので、他になければ merge します。
問題なければ +1 の reaction お願いします。

@tkuchiki tkuchiki merged commit d9d228c into master Nov 25, 2018
@tkuchiki tkuchiki deleted the v0.4 branch November 25, 2018 04:06
@tkuchiki
Copy link
Owner Author

v0.4.0 released

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0