Jens Schmidt: 1
pager: completely write output when not on terminal
1 files changed, 5 insertions(+), 7 deletions(-)
We don't want to DoS the server, so no, can't make this optional.
I understand, thanks. Some follow-up questions:
1. Would you accept a patch explaining the background in the man
page?
Not sure how any of this is relevant to end-users TBH.
2. And what about providing automatic cursor management in command
graphql? Would you reject that for the same (DoS) reason?
Why not. Not super sure how that'd work though.
3. After all, to some extent this is security by obscurity, isn't
it? If I script some automatic cursor management around graphql,
for example, I'm free to do that, anyway. Or is your concern
more directed towards the unwary user than the evil one?
It's not security, it's behaving well. Nothing stops anyone from DoS'ing
the servers, but hut shouldn't do this by default. If someone does DoS
the servers, it's up to the server operator to ban them.
Thanks again.