You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
code: (optional) only output stats of pages that have response code
My experience shows that adding the code parameter in fact does the opposite and excludes the response code in the result. Either there's something wrong with the implementation or the docs are outdated here.
The text was updated successfully, but these errors were encountered:
Summary:
# Motivation
And if there is one is one design mistake Rust ecosystem made, it is making [`group_by` weird](rust-itertools/itertools#374) and possible for users to, quote:
> I spent several hours debugging my code written using the group_by function.
Luckily for internal users, the build tooling responds accordingly and fails build for all usages of deprecated API. Thus, there is a need to adjust all of them manually.
# [Release notes](https://github.com/rust-itertools/itertools/blob/master/CHANGELOG.md#0130)
### Breaking
- Removed implementation of `DoubleEndedIterator` for `ConsTuples` (#853)
- Made `MultiProduct` fused and fixed on an empty iterator (#835, #834)
- Changed `iproduct!` to return tuples for maxi one iterator too (#870)
- Changed `PutBack::put_back` to return the old value (#880)
- Removed deprecated `repeat_call, Itertools::{foreach, step, map_results, fold_results}` (#878)
- Removed `TakeWhileInclusive::new` (#912)
NOTE: Quick search didn't tell me anything related to breaking changes above, CI will tell. And, of course, scream to me if it breaks your personal build.
Reviewed By: anps77
Differential Revision: D64306014
fbshipit-source-id: 881ac716e1dc23968d4a28000fdaccdbf9097ec2
https://github.com/facebook/hiphop-php/blob/master/hphp/doc/server.stats
My experience shows that adding the code parameter in fact does the opposite and excludes the response code in the result. Either there's something wrong with the implementation or the docs are outdated here.
The text was updated successfully, but these errors were encountered: